home *** CD-ROM | disk | FTP | other *** search
- on beginSprite me
- set the foreColor of member "categories tab text" to 215
- set the foreColor of member "galleries tab text" to 215
- end
-
- on mouseUp
- puppetSound(2, "click")
- set the foreColor of member "galleries tab text" to 215
- go("cat")
- end
-
- on mouseEnter
- puppetSound(3, "over")
- set the foreColor of member "categories tab text" to 0
- end
-
- on mouseLeave
- set the foreColor of member "categories tab text" to 215
- end
-